home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / manage / stakey.arc / README next >
Text File  |  1988-01-25  |  1KB  |  28 lines

  1. To use STACKEY to exit Novell's Menu system, use something like this:
  2.  
  3. Exit to DOS (LOGOUT), etc...whatever you want to call your menu selection
  4.    echo off
  5.    Stackey A0 CR "LOGOUT" CR
  6.  
  7. that's it...works like a beauty, it stuffs the keyboard with the
  8. ALT-F10 and Enter key sequences, so, when the menu system returns,
  9. those 'stuffed' keystrokes emerge and whala, your person will see
  10. the menu screen come up for a second or to, but then, poof, it'll
  11. be gone and they'll be logged out...John, 72617,710...
  12.  
  13. Oh, I strongly suggest that you have Stackey executed somewhere earlier,
  14. because it'll eat too much RAM if it is run the first time from
  15. within the menu system, like running a batch file after logging in
  16. but before menu file execution...like:
  17. Exit "Startup" -- in login script
  18.  
  19. Startup.bat -- the file
  20. echo off
  21. stackey>nul (otherwise it'll write out a little message, who wants to
  22.              see that)
  23. menu main (or whatever)
  24. ...by the way, STACKEY will become memory resident, about 800bytes...
  25. if it is executed first from within the menu system, that station 
  26. will lose 11K more...John...
  27.  
  28.